From: Michael Albinus Date: Wed, 10 Nov 2010 09:08:05 +0000 (+0100) Subject: Fix syntax error in previous commit. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5723 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b75d077d52a0a7226969bf7ebc338523729739d5;p=emacs.git Fix syntax error in previous commit. --- diff --git a/src/dbusbind.c b/src/dbusbind.c index ec7a3ff7217..6ab976b58da 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -163,7 +163,7 @@ int xd_in_read_queued_messages = 0; || (type == DBUS_TYPE_DOUBLE) \ || (type == DBUS_TYPE_STRING) \ || (type == DBUS_TYPE_OBJECT_PATH) \ - || (type == DBUS_TYPE_SIGNATURE \ + || (type == DBUS_TYPE_SIGNATURE) \ || (type == DBUS_TYPE_UNIX_FD)) #else #define XD_BASIC_DBUS_TYPE(type) \